This notebook is focused on data analysis investigation for the Spread of COVID for a chosen country. This is an online and interactive overview of the Spread of COVID-19 and the vaccination progress.

MER-CountriesCOVID Dataset

We extract from the MER-CountriesCOVID Dataset all the information related to the chosen country and generate some statistics to get to know better the situation for COVID-19 for the country mentionned on this notebook.

Data analysis of the Spread of Covid over the chosen country

The chosen country

We group by Date for the chosen country and sum up the number of total_cases and total_deaths. This plot below is given a statistical visualisation for the Spread of COVID-19 for the country, you can notice the gap from each first day of a month, it is given an approximation for the velocity of the Spread of COVID-19 over the mentionned country.

This is an Estimation for the number of total_cases and total_deaths for the chosen country, we can establish for each date the exact number of total_cases and total_deaths in real-time! we do the same for new_cases and new_deaths.

OWID_Dataset

Our World In Data (OWID) is an online publication that presents empirical research and data that shows how living conditions around the world change over time.Online publications on global development use interactive data visualizations (tables and maps) to present the results of development research and explain the causes and consequences of observed changes. OWID dataset is used to evaluate the impact of Vaccination for the chosen country. We can go deeply into the details about the Total_Fully_Vaccinated ( People who received two doses of the Vaccine ) and the Number of Total_Vaccinations (vaccines) that represents the Total Number of Vaccines delivered!

This histogram is a representation of the three variables that we play around within the OWID_dataset, this is an amazing visualisation tool to estimate the distribution for the Total_Fully_Vaccinated progress in real-time for the chosen country.